home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / WHILE < prev    next >
Text File  |  1992-10-06  |  150b  |  7 lines

  1. .macro while :while.cond :while.instr
  2. if not run :while.cond [op []]
  3. op se :while.instr (list "while :while.cond :while.instr)
  4. end
  5.  
  6. bury "while
  7.